﻿/* Brands */
.brands-list {
    margin-bottom: 80px;
}
.brands_img-holder {
    position: relative;
    display: block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    color: #f4f7fb;
    margin-left: 34px;
    max-width: 225px;
}

/*.brands_img-holder:after {
	content: "";
	clear: both;
}*/


.brands-item {
    /* padding-right: 24px; */
    margin-bottom: 16px;
    /* padding-bottom: 32px; */
    border-bottom: 1px solid #dde1e6;
    /* display: flex; */
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-transform: rotate(0.01deg);
       -moz-transform: rotate(0.01deg);
        -ms-transform: rotate(0.01deg);
         -o-transform: rotate(0.01deg);
            transform: rotate(0.01deg);

            border: 1px solid #dde1e6;
            border-radius: 4px;
}
/*.brands-item:hover .brands_img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}*/
.brands-item.brands-item__main {
    background: #F4F7FB;
    padding: 32px;
}
.brands_img {
    z-index: 1;
    border-radius: 4px;
    -webkit-transform-origin: 50.01%;
       -moz-transform-origin: 50.01%;
        -ms-transform-origin: 50.01%;
         -o-transform-origin: 50.01%;
            transform-origin: 50.01%;
    -webkit-transition: all 5s linear 0s;
       -moz-transition: all 5s linear 0s;
        -ms-transition: all 5s linear 0s;
         -o-transition: all 5s linear 0s;
            transition: all 5s linear 0s;
}
.brands_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-right: 48px;
    position: relative;

    padding: 10px;
    flex: 1 0 0;
}
.brands_content table {
    margin-bottom: 0;
    width: 100%;
}
.active .brands_content {
    display: block;
}
.active .brands_header:after {
    transform: rotate(90deg);
}
.brands_header:after {
    content: "chevron_right";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    margin-right: -48px;
    transition: all .5s;
    font-weight: bolder;

    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.brands_content {
    display: none;
    border-top: 1px solid #dde1e6;
}
.brands-item_content {
    /*width: 100%;*/
    /*max-width: 540px;*/
    /*max-width: 430px;*/
    margin-right: auto;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.brands-item_content > * {
	max-width: 430px;
}

.brands_title {
    margin-top: 0;
    line-height: 2.6rem;
    margin-bottom: 24px;
}

.brands_text {
    line-height: 2.4rem;
    margin-bottom: 0;
}
.brands_info {
    list-style: none;
    margin: 0 -12px;
    padding: 0;
    font-size: 0;
}
.brands_info-item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    margin: 0 12px;
    position: relative;
    line-height: 2rem;
    color: #848E99;
    display: block;
}
.brands_info-item.brands_info-item__place {
    font-weight: 500;
}
.brands_info-item {
    color: #8F1A1E;
}
.brands_info-item a:hover {
    color: #E4292F;
}
@media screen and (max-width: 767px) {
    .brands_header {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    /* .brands_content {
        margin-top: 24px;
    } */
    .brands-item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .brands-item__wide {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #dde1e6;
    }
    .brands-item_content {
        max-width: none;
        min-width: 100%;
        -webkit-order: 2;
            -ms-order: 2;
                order: 2;
    }
    .brands_text {
        display: none;
    }
    .brands_content {
        position: static;
    }
    .brands-item__wide .brands_img-holder:before {
        display: none;
    }
    .brands_img-holder {
        margin-left: 0;
        max-width: 100%;
        color: #3B4256;
        margin-bottom: 15px;
        -webkit-order: 1;
            -ms-order: 1;
                order: 1;
    }
    .brands-item__wide .brands_img-holder {
        margin-bottom: 0;
    }
    .brands_title,
    .brands-item__wide .brands_title {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 22px;
    }
    .brands-item__wide .brands_title a {
        color: #3B4256;
    }
    .brands-item__wide .brands_info-item {
        color: #848E99;
    }
    .brands-item__wide .brands_info-item a {
        color: #8F1A1E;
    }
    /* .brands_info {
        margin-bottom: 30px;
    } */
    .brands_info-item {
        display: block;
        /* margin-bottom: 15px; */
    }
    .brands_info-item + .brands_info-item::before {
        display: none;
    }
    .brands_info-item:before {
        width: 6px;
        height: 6px;
        content: "";
        left: -15px;
        top: 7px;
        background: #DDE1E6;
    }
}
/* /Brands */